home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-10.gz / 1994-10 / 000056_owner-current-users@netbsd.org_Wed Oct 5 07:37:15 1994.msg < prev    next >
Text File  |  1994-11-20  |  1KB  |  39 lines

  1. From: Michael Graff <explorer@vorpal.com>
  2. To: admin@vorpal.com, core@netbsd.org, current-users@netbsd.org
  3. Subject: NFS mounting strangeness
  4. Sender: owner-current-users@netbsd.org
  5.  
  6.  
  7. I have a problem mounting certain directories from a local NFS server.
  8. The server is called darkwatch.vorpal.com, and I get
  9.  
  10. root@packrat# mount darkwatch:/usr /mnt
  11. root@packrat# umount /mnt
  12. root@packrat# mount darkwatch:/local/home/flipk /mnt
  13. nfs: can't access /local/home/flipk: Permission denied
  14.  
  15. types of errors.
  16.  
  17. darkwatch's /etc/exports file contains:
  18.  
  19. /local/home -alldirs blade.vorpal.com minion.vorpal.com packrat.vorpal.com
  20. /usr -alldirs blade.vorpal.com minion.vorpal.com packrat.vorpal.com
  21.  
  22. which should be correct.  I tried swapping the order of the entries (/usr
  23. used to be listed first) but still no go.
  24.  
  25. This has been going on for some time, but this is the first time I've had a
  26. chance to dig into it.
  27.  
  28. Has anyone else seen this sort of problem?  Since I can mount /usr, it bothers
  29. me that I can't mount /local/home as well.
  30.  
  31. darkwatch's version:
  32.  
  33. NetBSD 1.0_BETA (HUB) #0: Fri Sep 23 04:48:05 CDT 1994
  34.     explorer@packrat.vorpal.com:/usr/src/sys/arch/i386/compile/HUB
  35.  
  36. and packrat's kernel version
  37. NetBSD 1.0_BETA (PACKRAT) #0: Tue Sep 20 20:34:08 CDT 1994
  38.     explorer@packrat.vorpal.com:/usr/src/sys/arch/i386/compile/PACKRAT
  39.